home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 26 / Mac Magazin and MacEasy Magazine CD - Issue 26.iso / Wissenschaft & Technik / TimGA 1.1 ƒ / Graphs / (2) Bigger graphs / 08 - K12 < prev    next >
Text File  |  1995-08-02  |  524b  |  84 lines

  1.  
  2. |V|:    12        // Number of nodes
  3. |E|:    66        // Number of edges
  4.  
  5.     1    2        // Edges are represented as pairs of node numbers...
  6.     1    3
  7.     1    4
  8.     1    5
  9.     1    6
  10.     1    7
  11.     1    8
  12.     1    9
  13.     1    10
  14.     1    11
  15.     1    12
  16.     
  17.     2    3
  18.     2    4
  19.     2    5
  20.     2    6
  21.     2    7
  22.     2    8
  23.     2    9
  24.     2    10
  25.     2    11
  26.     2    12
  27.     
  28.     3    4
  29.     3    5
  30.     3    6
  31.     3    7
  32.     3    8
  33.     3    9
  34.     3    10
  35.     3    11
  36.     3    12
  37.  
  38.     4    5
  39.     4    6
  40.     4    7
  41.     4    8
  42.     4    9
  43.     4    10
  44.     4    11
  45.     4    12
  46.  
  47.     5    6
  48.     5    7
  49.     5    8
  50.     5    9
  51.     5    10
  52.     5    11
  53.     5    12
  54.  
  55.     6    7
  56.     6    8
  57.     6    9
  58.     6    10
  59.     6    11
  60.     6    12
  61.  
  62.     7    8
  63.     7    9
  64.     7    10
  65.     7    11
  66.     7    12
  67.  
  68.     8    9
  69.     8    10
  70.     8    11
  71.     8    12
  72.  
  73.     9    10
  74.     9    11
  75.     9    12
  76.     
  77.     10    11
  78.     10    12
  79.     
  80.     11    12
  81.  
  82. ---
  83. This graph is known as "K12".
  84.